home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-06-23 | 10.4 KB | 257 lines | [TEXT/AEDT] |
- --- ASLEdit+ version 1.0/a24 Release Notes by Hiroo Yamada 06/23/91 ---
-
- This is a sixth release of Tiny Editor called ASLEdit+,
- Kanji Talk compatible Kanji Editor for Japanese / International Mac users.
- ASLEdit+ is written in THINK C 4.0.5 and CAPPS' Editor Construction Kit.
-
- ASLEdit+1.0/a24 is Freeware, You may upload and / or distribute
- this software as non-profit basis.
-
- -----------------
- ASLEdit+ features
- -----------------
-
- * Supports both Application (ASLEdit+) and DA (ASLEdit+/DA)
- * Up to 32 files may be open at one time
- * Files of any size may be edited, provided that there is room in memory
- * Block of text can be shifted left or right (4 character at a time)
- * Typing, shifting, and cut and paste actions may be undo and redo
- * Extensive search and replace functionality, including multi-file search,
- and grep search and replace.
- * Printer support for Imagewriters and Laserwriters.
-
- ASLEdit+ is now 32-bit clean System 7 and A/UX compatible editor.
- You can edit the text up to 99MBytes on System 7 with Virtual Memory !!!
- But operation must be VERY SLOW, so you had better not increase
- application memory size bigger than phisical memory you have.
-
- Do you need full instructions ?
- You had better to purchase THINK C 4.0 and CAPPS' Prime Editor
- Construction Kit if you are interested in ASLEdit+. It's worth paying for!
- (The CAPPS' no longer exists, sorry about... You may find some useful
- comments in THINK C 4.0 manual.(grep etc..))
-
- -----------
- Change Logs
- -----------
-
- /************************************************************************
- * *
- * ASLEdit+ version 1.0 *
- * *
- * --- Core Module --- *
- * *
- * Copyright (c) 1988-1991 TOMATO *
- * All rights reserved *
- * *
- ************************************************************************
- * 10/01/88 a1 H.Y added copyright message *
- * 11/27/88 a2 H.Y changed aslfont+'s one pixel width / align char *
- * fixed zenkaku search bug *
- * 12/24/88 a3 H.Y changed insertmenu handling in da *
- * open untitled at startup *
- * added option open for non-TEXT file *
- * added option goaway (close all windows) *
- * changed application icn# *
- * added select all menu *
- * 01/04/89 a4 H.Y added > 32768 lines text handlings *
- * fixed tab setting bug *
- * fixed clipboard bug *
- * 01/18/89 a5 H.Y fixed page setup / print bugs in da *
- * auto indent is enabled (opt-<cr> for non-indent)*
- * added enter selection menu (cmd-e) *
- * added window selection support in da *
- * 03/11/89 a6 H.Y changed aslfont+'s FONT resource purge bit off *
- * locked aslfont+'s lock bit on *
- * 06/21/89 a7 H.Y removed back print *
- * fixed printer device selection (chooser) bug *
- * changed mds assembler to mpw assembler *
- * changed mpw assembler to lsc 3.0 inline *
- * fixed verify_all bug (application only) *
- * fixed print font bug in da *
- * added skip open dialog by pressing mouse button *
- * removed date stamp in print document *
- * 08/20/89 a8 H.Y added default frame line in dialog *
- * fixed verify_all bug (appl & da) *
- * fixed private scrap bug *
- * THINK C 3.02 -> 4.0 *
- * 10/14/89 a9 H.Y added next / prev / full / stack / tile menu *
- * added various shortcut keys *
- * added select / deselect all menu (cmd-D) *
- * added variable window size support *
- * 10/20/89 a10 H.Y fixed view menu & menubar bug *
- * added tool menu & mini-scheme interpreter 0.75 *
- * 10/23/89 a11 H.Y mini-scheme 0.75 -> 0.76 -> 0.77 *
- * 11/15/89 a12 H.Y changed waitnextevent tick time 10L -> 0L *
- * mini-scheme 0.77 -> 0.78 -> 0.80 -> 0.85 *
- * fixed da quit bug *
- * added enter_replace_selection menu (cmd-r) *
- * added centerize dialog handling *
- * added new multi-file search handling *
- * shift-quit,shift-close closes window w/o save *
- * 12/01/89 a13 H.Y fixed multi-file search cancel button bug *
- * 12/05/89 a14 H.Y fixed popup menu bugs *
- * 08/31/90 a15 H.Y fixed addresource bugs *
- * fixed aslfont+ 12point width bug *
- * 02/12/91 a16 H.Y added macproto.h checking *
- * 02/28/91 a17 H.Y added select current directory button *
- * 05/02/91 a18 H.Y fixed aslfont+ & 8*24 gc incompatibility *
- * 05/14/91 a19 H.Y THINK C 4.0.2 -> 4.0.5 *
- * turn on 32-bit compatible flag *
- * 05/26/91 a20 H.Y fixed laserwriter lineheight bug *
- * 05/30/91 a21 H.Y THINK C 4.0.5 -> 4.0.5 new header *
- * 06/16/91 a22 H.Y fixed System 7 incompatibility *
- * 06/18/91 a23 H.Y changed macheaders -> macheaders w/prototypes *
- * 06/23/91 a24 H.Y fixed da menu hide bugs under unifinder *
- ************************************************************************/
-
- ----------------------------------------------------
- ASLEdit+ Software Performance Reports (SPR) 06/23/91
- ----------------------------------------------------
-
- Thank you for sending bug / enhancement reports,
- your precious reports help our projects. We appreciated your help.
-
- * Long line (> 32768) text file support (Fixed in ASLEdit+1.0/a4)
- * Clipboard bugs (Fixed in ASLEdit+1.0/a4)
- * Tab setting bugs (Fixed in ASLEdit+1.0/a4)
-
- * Page setup / print bugs (Fixed in ASLEdit+1.0/a5)
- * Auto Indent is enabled (opt-<cr> for non-indent) (Fixed in ASLEdit+1.0/a5)
- * Enter selection menu support (cmd-e) (Added in ASLEdit+1.0/a5)
- * Window selection support in DA by selecting menu (Added in ASLEdit+1.0/a5)
-
- * ASLFont+ resource sometimes purges by someone (Fixed in ASLEdit+1.0/a7)
- * Hang up in chooser selection (Fixed in ASLEdit+1.0/a7)
- * Print in DA doesn't set font type properly (Fixed in ASLEdit+1.0/a7)
- * MultiFinder support (Fixed in ASLEdit+1.0/a7)
- * Skip asking file name at startup by pressing mouse(Added in ASLEdit+1.0/a7)
-
- * Clipboard bugs on multifinder environment (Fixed in ASLEdit+1.0/a9)
- * Verify All w/INQ doesn't work (Fixed in ASLEdit+1.0/a9)
-
- * View menu & menubar bug (Fixed in ASLEdit+1.0/a10)
-
- * DA quit bug (Fixed in ASLEdit+1.0/a12)
- * New Multi-File Search support (Added in ASLEdit+1.0/a12)
- * New Tool Menu support (Added in ASLEdit+1.0/a12)
- * Enter Replace Selection menu (Added in ASLEdit+1.0/a12)
- * Centerize dialog & alert (Added in ASLEdit+1.0/a12)
- * shift-quit/close,shift-option-close/quit (Added in ASLEdit+1.0/a12)
-
- * Multi-file search cancel button bug (Fixed in ASLEdit+1.0/a13)
-
- * Popup menu bugs (Fixed in ASLEdit+1.0/a14)
-
- * Addresource bugs (Fixed in ASLEdit+1.0/a15)
- * ASLFont+ 12point width bug (Fixed in ASLEdit+1.0/a15)
-
- * Prototype checking (Added in ASLEdit+1.0/a16)
-
- * Select current directory button support (Added in ASLEdit+1.0/a17)
-
- * ASLFont+ & 8*24 GC card incompatibility bug (Fixed in ASLEdit+1.0/a18)
-
- * New THINK-C version support (32bit runtime) (Fixed in ASLEdit+1.0/a19)
- * Turn on 32-bit flag , now 32 bit cleanware (Fixed in ASLEdit+1.0/a19)
-
- * LaserWriter line height bug (Fixed in ASLEdit+1.0/a20)
-
- * New THINK-C Header for MPW (in SYS7 G.M.) (Added in ASLEdit+1.0/a21)
-
- * System 7 incompatibility solution (Fixed in ASLEdit+1.0/a22)
-
- * New macheader with prototypes (Added in ASLEdit+1.0/a23)
-
- * DA Menu hide bugs in UniFinder (Fixed in ASLEdit+1.0/a24)
-
- -----------
- POTATO TIPS
- -----------
-
- * Option-Open... in File Menu for non-TEXT documents.
-
- * Option-Return key ignores auto indent operation.
-
- * Holding mouse button during startup skips file selection.
-
- * Shift-click in text field expands selection area.
-
- Closing File(s)
-
- * Option-click in close box attempts to close all windows.
-
- * Command-Shift-K (or Shift-click in close box) closes the window
- without saving modified text.
-
- * The conbination of Option-Shift-Click in closebox attempts to
- close all windows without saving modified texts.
-
- Quiting Application
-
- * Command-Shift-Q quits application without saving modified texts.
-
- Removing special character(s) (such as LF,NULL code)
-
- * Select character(s) to be removed by mouse , type command-E then
- invoke Replace All... in Search Menu, Click 'No' button.
- (Replace field in Find Dialog should not contain any characters)
-
- Multi File Search Operation in Find Dialog
-
- * Click Multi File Search check item, select the directory where you
- wish to search from. Enter string(s) to be searched, then type
- return key. You can stop multi file search operation by typing
- command-. (command-period). Type command-T to search next file.
- You can specify terget filenames in Filename text field.
- (ex. *.c, a*.h )
-
- Entering control key(s) in Find / Replace field
-
- * Command-return for return key
-
- * Command-tab for tab key
-
- Selecting Window
-
- * Type command-1 , command-'n' (0-9).
-
- -----------------------
- About ASLFont+ Bundling
- -----------------------
-
- ASLFont+ : Japanese Font for KanjTalk includes special graphics character
- set for vt100 terminal emulation.
-
- ASLFont+ is also Freeware. You may add this font to your program (non-profit
- products only) without permission. BUT MAKE SURE YOU DO NOT MODIFY THE FONT
- AND FONT NAME 'ASLFont+'. KanjiTalk has some critical bugs in that code.
- If you changed this font, you'll probably encounter the bombs. (in Font Manager)
- I can't guarantee a stability of system which includes modified version of
- ASLFont+. The name of 'ASL' is derived from my amateur radio callsign JK1ASL.
- So please do not change the font name, such as BSL CSL... , right?
-
- This distribution of ASLEdit+ and ASLFont+ is fully tested under System 6.0.7,
- KanjiTalk 6.0.7, System 7.0 and A/UX 2.0.1. Special version of ASLFont+
- (1 line short height) is distributed in ASLTelnet 2.3/a15. This is because
- terminal emulator needs short height font in order to display 24 rows on Mac+.
- (or another 512*342 resolution mac) You can extract font using Font/DA Mover.
- Click open button with option key. You'll see ASLTelnet application name in the
- file selection dialog. Please do not distribute this special font.
- You can find ASLTelnet 2.3/a15 in NIFTY-Serve FMACPRO LIB 2: Library.
-
- -----------
- Bug Reports
- -----------
-
- If you found re-producible fatal bugs / errors, please send email to
-
- CIS: 76414,372
- Bix & Mix: hiroo
- NIFTY-Serve: SDI00177 (FMACPRO: Macintosh Programming Forum Sysop)
-
- Hiroo Yamada
- TOMATO: Tokyo Mac Tech. Organization
-
- hiroo
-